CGI.getFileName

Get the file name of the the file posted/put in the cgi envirnment with the variable string name.

returns a string containing the original name of the file uploaded.

  1. string getFileName(string name)
    class CGI
    string
    getFileName
    (
    string name
    )
  2. string getFileName(string name, int index)

Meta